PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonIconLayout Enumeration
In This Topic
    PDFPushButtonIconLayout Enumeration
    In This Topic
    Supported layouts for displaying the icon on a pushbutton.
    Members
    MemberDescription
    ICON_BOTTOMThe caption is displayed above the icon.
    ICON_LEFTThe icon is displayed to the left of the caption.
    ICON_ONLYOnly the icon is displayed, the caption is not displayed.
    ICON_OVERLAYThe caption is overlaid directly on the icon.
    ICON_RIGHTThe icon is displayed to the right of the caption.
    ICON_TOPThe caption is displayed below the icon.
    NO_ICONThe icon is not displayed, only the caption is displayed.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.forms.PDFPushButtonIconLayout

    See Also